home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TREGISCODE / TREGISCODE.txt
Encoding:
Text File  |  2002-04-04  |  1.4 KB  |  78 lines

  1. object RegisCode: TRegisCode
  2.   Left = 139
  3.   Top = 88
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Enter Authorization Key'
  6.   ClientHeight = 148
  7.   ClientWidth = 392
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 16
  19.     Top = 24
  20.     Width = 361
  21.     Height = 73
  22.     Style = bsRaised
  23.   end
  24.   object Label1: TLabel
  25.     Left = 58
  26.     Top = 41
  27.     Width = 54
  28.     Height = 13
  29.     Alignment = taRightJustify
  30.     Caption = 'Your name:'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 28
  34.     Top = 65
  35.     Width = 84
  36.     Height = 13
  37.     Alignment = taRightJustify
  38.     Caption = 'Authorization key:'
  39.   end
  40.   object Edit1: TEdit
  41.     Left = 120
  42.     Top = 37
  43.     Width = 241
  44.     Height = 21
  45.     MaxLength = 50
  46.     TabOrder = 0
  47.   end
  48.   object Edit2: TEdit
  49.     Left = 120
  50.     Top = 61
  51.     Width = 241
  52.     Height = 21
  53.     CharCase = ecUpperCase
  54.     MaxLength = 50
  55.     TabOrder = 1
  56.   end
  57.   object Button1: TButton
  58.     Left = 122
  59.     Top = 112
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'OK'
  63.     Default = True
  64.     TabOrder = 2
  65.     OnClick = Button1Click
  66.   end
  67.   object Button2: TButton
  68.     Left = 202
  69.     Top = 112
  70.     Width = 75
  71.     Height = 25
  72.     Cancel = True
  73.     Caption = 'Cancel'
  74.     TabOrder = 3
  75.     OnClick = Button2Click
  76.   end
  77. end
  78.